home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / 940set.zip / README < prev   
Text File  |  1991-03-13  |  2KB  |  71 lines

  1.  
  2.   This short program was written for use to change the forwarding frequency
  3. under computer control in HF RLI-BBS network. With executing shell proscess
  4. from RLI, any frequency may be able to chose for forwarding.
  5.   The command set of TS-940 is applicable to TS-790 with no ploblem. It 
  6. support COM1-COM6(A-F), port asignment is 4800, N,8,1. 
  7.  
  8. [How to use]
  9.  
  10. 1. install INT14 driver (MBBIOS,FBIOS,BNU,X00 etc.) 
  11. 2. set port asignment with MODE or MBMODE.
  12.    example.  C:mode com3:4800,n,8,1
  13. 3. now, 940set.exe works as DOS command or shell proscess.
  14.  
  15.    940set a fa00014070000;    => set VFO-A 14.070MHz via COM1
  16.    940set c mod4;        => set mode FM    (TS-790)
  17.    940set c dc1;        => set destination (TS-790 main/sub) 
  18.    
  19. 4. sample batch file
  20.        
  21. *  FWD.MB (RLI forwarding script file)
  22.    Start forward on memory channel-4. returns channel-3 after forwarding   
  23. --
  24. P!940set d mc104;
  25. Q!940set d mc103;
  26. P max 2
  27. P ret 15
  28. Q max 4
  29. Q ret 10
  30. cc jh7uax
  31. fb0023jh7uax
  32. j?7*
  33. jnet7
  34. jh7uax
  35. *** EOF
  36.  
  37. * TS-790 for satellite.
  38.  
  39.    CALL14.BAT        => set main/sub freq. for uosat3
  40.      (set main:FM mode 145.975MHz, sub:USB mode 435.070MHz) 
  41.    
  42.    940set c dc0;        => select MAIN
  43.    940set c fa00145975000;    => set uplink freq.
  44.    940set c mod4;        => set mode FM
  45.    940set c dc1;        => select SUB
  46.    940set c fa00435070000;    => set downlink freq.
  47.    940set c mod1;        => set mode USB
  48.  
  49.  * Application for PE1CHL-NET
  50.   
  51.   In automatic operation of PE1CHL FTL0 cliant program, 940set run as shell
  52.   proscess.
  53.   
  54.   net>sh /c 940set c fa00435070000;
  55.   net>sh /c 940set c mod4;
  56.   
  57.   net>at 10:45 source call14            => at 10:45, do the task
  58.       CALL14
  59.  
  60.     sh /c 940set c dc0;
  61.     sh /c 940set c fa00145975000;
  62.     sh /c 940set c dc1;
  63.     sh /c 940set c fa00435075000;
  64.     sh /c 940set c md4;
  65.  
  66.  
  67. Any report will be appreciated.      
  68.                     
  69.                     sueo,  JA6FTL@uosat3/pacsat/lusat.
  70.                     
  71.